home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TSPELLDIALOG / TSPELLDIALOG.txt
Encoding:
Text File  |  2005-02-07  |  4.8 KB  |  223 lines

  1. object SpellDialog: TSpellDialog
  2.   Left = 511
  3.   Top = 173
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'xxSpelling'
  7.   ClientHeight = 246
  8.   ClientWidth = 396
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = False
  12.   OnActivate = FormActivate
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnDeactivate = FormDeactivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object NotFoundText: TTntLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 63
  23.     Height = 13
  24.     Caption = 'xxNot Found:'
  25.     FocusControl = NotFoundEdit
  26.   end
  27.   object ReplaceWithText: TTntLabel
  28.     Left = 8
  29.     Top = 36
  30.     Width = 78
  31.     Height = 13
  32.     Caption = 'xxReplace With:'
  33.     FocusControl = ReplaceWithEdit
  34.   end
  35.   object SuggestionsText: TTntLabel
  36.     Left = 8
  37.     Top = 64
  38.     Width = 71
  39.     Height = 13
  40.     Caption = 'xxSuggestions:'
  41.     FocusControl = SuggestionsListbox
  42.   end
  43.   object NotFoundEdit: TTntEdit
  44.     Left = 132
  45.     Top = 8
  46.     Width = 140
  47.     Height = 21
  48.     TabStop = False
  49.     ReadOnly = True
  50.     TabOrder = 0
  51.     OnDblClick = NotFoundEditDblClick
  52.   end
  53.   object ReplaceWithEdit: TTntEdit
  54.     Left = 132
  55.     Top = 35
  56.     Width = 140
  57.     Height = 21
  58.     TabOrder = 1
  59.     OnChange = ReplaceWithEditChange
  60.   end
  61.   object SuggestionsListbox: TTntListBox
  62.     Left = 132
  63.     Top = 62
  64.     Width = 140
  65.     Height = 179
  66.     ItemHeight = 13
  67.     TabOrder = 2
  68.     OnClick = SuggestionsListboxClick
  69.     OnDblClick = SuggestionsListboxDblClick
  70.   end
  71.   object UndoButton: TMMTNTBItBtn
  72.     Left = 8
  73.     Top = 191
  74.     Width = 105
  75.     Height = 23
  76.     Caption = 'xxUndo'
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clBtnText
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     TabOrder = 10
  84.     OnClick = UndoButtonClick
  85.   end
  86.   object OptionsButton: TMMTNTBItBtn
  87.     Left = 8
  88.     Top = 218
  89.     Width = 105
  90.     Height = 23
  91.     Caption = 'xxOptions'
  92.     Font.Charset = DEFAULT_CHARSET
  93.     Font.Color = clBtnText
  94.     Font.Height = -11
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = []
  97.     ParentFont = False
  98.     TabOrder = 12
  99.     OnClick = OptionsButtonClick
  100.   end
  101.   object IgnoreAllButton: TMMTNTBItBtn
  102.     Left = 280
  103.     Top = 36
  104.     Width = 105
  105.     Height = 23
  106.     Caption = 'xxIgnore All'
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clBtnText
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ParentFont = False
  113.     TabOrder = 4
  114.     OnClick = IgnoreAllButtonClick
  115.   end
  116.   object IgnoreButton: TMMTNTBItBtn
  117.     Left = 280
  118.     Top = 8
  119.     Width = 105
  120.     Height = 23
  121.     Caption = 'xxIgnore'
  122.     Font.Charset = DEFAULT_CHARSET
  123.     Font.Color = clBtnText
  124.     Font.Height = -11
  125.     Font.Name = 'MS Sans Serif'
  126.     Font.Style = []
  127.     ParentFont = False
  128.     TabOrder = 3
  129.     OnClick = IgnoreButtonClick
  130.   end
  131.   object ChangeAllButton: TMMTNTBItBtn
  132.     Left = 280
  133.     Top = 95
  134.     Width = 105
  135.     Height = 23
  136.     Caption = 'xxChange All'
  137.     Font.Charset = DEFAULT_CHARSET
  138.     Font.Color = clBtnText
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = []
  142.     ParentFont = False
  143.     TabOrder = 6
  144.     OnClick = ChangeAllButtonClick
  145.   end
  146.   object ChangeButton: TMMTNTBItBtn
  147.     Left = 280
  148.     Top = 67
  149.     Width = 105
  150.     Height = 23
  151.     Caption = 'xxChange'
  152.     Font.Charset = DEFAULT_CHARSET
  153.     Font.Color = clBtnText
  154.     Font.Height = -11
  155.     Font.Name = 'MS Sans Serif'
  156.     Font.Style = []
  157.     ParentFont = False
  158.     TabOrder = 5
  159.     OnClick = ChangeButtonClick
  160.   end
  161.   object AddButton: TMMTNTBItBtn
  162.     Left = 280
  163.     Top = 126
  164.     Width = 105
  165.     Height = 23
  166.     Caption = 'xxAdd'
  167.     Font.Charset = DEFAULT_CHARSET
  168.     Font.Color = clBtnText
  169.     Font.Height = -11
  170.     Font.Name = 'MS Sans Serif'
  171.     Font.Style = []
  172.     ParentFont = False
  173.     TabOrder = 7
  174.     OnClick = AddButtonClick
  175.   end
  176.   object AutoCorrectButton: TMMTNTBItBtn
  177.     Left = 280
  178.     Top = 154
  179.     Width = 105
  180.     Height = 23
  181.     Caption = 'xxAuto-Correct'
  182.     Font.Charset = DEFAULT_CHARSET
  183.     Font.Color = clBtnText
  184.     Font.Height = -11
  185.     Font.Name = 'MS Sans Serif'
  186.     Font.Style = []
  187.     ParentFont = False
  188.     TabOrder = 8
  189.     OnClick = AutoCorrectButtonClick
  190.   end
  191.   object HelpButton: TMMTNTBItBtn
  192.     Left = 280
  193.     Top = 190
  194.     Width = 105
  195.     Height = 23
  196.     Caption = 'xxHelp'
  197.     Font.Charset = DEFAULT_CHARSET
  198.     Font.Color = clBtnText
  199.     Font.Height = -11
  200.     Font.Name = 'MS Sans Serif'
  201.     Font.Style = []
  202.     ParentFont = False
  203.     TabOrder = 9
  204.     OnClick = HelpButtonClick
  205.   end
  206.   object CancelButton: TMMTNTBItBtn
  207.     Left = 280
  208.     Top = 218
  209.     Width = 105
  210.     Height = 23
  211.     Cancel = True
  212.     Caption = 'xxCancel'
  213.     Font.Charset = DEFAULT_CHARSET
  214.     Font.Color = clBtnText
  215.     Font.Height = -11
  216.     Font.Name = 'MS Sans Serif'
  217.     Font.Style = []
  218.     ParentFont = False
  219.     TabOrder = 11
  220.     OnClick = CancelButtonClick
  221.   end
  222. end
  223.